﻿@charset "utf-8";
/* CSS Document */

body {
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a {
	color: #333
}
a:hover {
	color: #00770f;
}
img {
	max-width: 100%;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.nomp {
	margin: 0;
	padding: 0;
}
.norl { margin:0; padding:0; margin-left:auto; margin-right:auto; }
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}/* End hide from IE-mac */
ul li {
	list-style: none;
}
.carousel-control.left {
	background-image: none;
}
.carousel-control.right {
	background-image: none;
}
h1, h2, h3, h4, h5, h6, h7, div, td, p, b {
	font-family: duraregular-p, Arial, Helvetica, sans-serif;
}
.pclogo {
	display: block;
}
.mlogo {
	display: none;
}
#pcmenu {
	border: 0;
	background: none;
	margin-bottom: 0;
}
#pcmenu .navbar-nav {
	float: none;
}
/*#pcmenu .navbar-nav li { float:none; display:inline-block; }
*/
#pcmenu .navbar-nav > li > a {
	color: #fff;
	padding-left: 35px;
	padding-right: 35px;
	font-size: 16px;
}
#pcmenu .navbar-nav > li.oncur {
	background:#063;
}

#pcmenu .navbar-nav > li {
	border-right: 0px #ccc solid;
}
#pcmenu .navbar-nav > li:nth-child(8) {
	border-right: 0;
}
#pcmenu .navbar-nav > .open > a, #pcmenu .navbar-nav > .open > a:hover, #pcmenu .navbar-nav > .open > a:focus {
	color: #efefef;
	background-color: #00610c;
}
#pcmenu .navbar-nav > li > a:hover, #pcmenu .navbar-nav > li > a:focus {
	color: #eee;
	background-color: #00610c;
}
#pcmenu .dropdown-menu > li > a:hover, #pcmenu .dropdown-menu > li > a:focus {
	color: #eee;
	background-color: #00610c;
	text-decoration: none;
}
.h-servic-list .col-sm-4 img:hover {
	animation: 3s ease 0s normal none infinite running fadeBigimg;
}

.navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow { display:none; }


 @keyframes fadeBigimg {
0% {
 transform: scale(1);
}
50% {
 transform: scale(1.1);
}
100% {
 transform: scale(1);
}
}
.nav-container {
/*	width: 93.705%;
*/}
header {
	border-bottom: #efefef 1px solid;
}
.proclass {
	margin-top: 20px;
	margin-bottom: 30px;
}
.proclass h3 {
	font-size: 18px;
}
.proclass .thumbnail:hover {
	border: 1px #09F solid;
	border-radius: 5px;
}
.thisclass {
	margin-bottom: 50px;
	margin-top: 0px;
	border-bottom: 1px #ddd solid;
	padding-bottom: 10px;
}
.pagecon {
	margin-top: 20px;
	margin-bottom: 20px;
}
.pagecon p {
	font-size: 16px;
	line-height: 25px;
}
.prolist {
	margin-top: 30px;
	margin-bottom: 30px;
}
.newslist li {
	margin: 10px 0;
	padding-left: 35px;
	position: relative;
}
.newslist li time {
	background: rgba(0, 0, 0, 0) url("../images/PicList002256-date.jpg") no-repeat scroll 0 0;
	color: #fff;
	font-size: 12px;
	height: 63px;
	left: 0;
	margin-top: -31px;
	overflow: hidden;
	padding: 12px 0 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 62px;
}
.newslist li time span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
}
.newslist li .txt {
	border: 1px solid #e6e6e6;
	overflow: hidden;
	padding: 25px 20px 16px 50px;
	text-align: left;
}
.newslist li .txt .pic {
	display: block;
	float: right;
	margin-bottom: 0;
	margin-left: 10px;
}
.newslist li .txt .pic img {
	height: 115px;
	width: 180px;
}
.newslist li .txt h3 {
	font-size: 14px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}
.newslist li .txt h3 a {
	color: #00770f;
	font-weight: bold;
	font-size: 14px;
}
.newslist li .txt .more:hover, .newslist li .txt h3 a:hover {
	color: #F00;
}
.newslist li .txt p {
	color: #6f6f6f;
	font-size: 12px;
	height: 48px;
	line-height: 24px;
	margin: 10px 0;
	overflow: hidden;
}
.newslist li .txt .more {
	background: rgba(0, 0, 0, 0) url("../images/PicList002256-more.jpg") no-repeat scroll right center;
	color: #00770f;
	font-family: Arial;
	padding-right: 20px;
	text-transform: uppercase;
}
.bg-foot-copyright {
	background: #e6e6e6;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 35px;
}
.bg-foot-copyright a {
	color: #f3f3f3;
}

.proname {
	margin-top: 20px;
	margin-bottom: 50px;
}
.prodesc .tab-pane {
	padding-top: 20px;
}
.prodesctab {
	margin-top: 50px;
}
.prodesctab > li.active > a, .prodesctab > li.active > a:hover, .prodesctab > li.active > a:focus {
	color: #fff;
	cursor: default;
	background-color: #00770f;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}
.detail .title {
	border-bottom: 1px #ccc dashed;
	margin-bottom: 2em;
}
.detail .title h2 {
	font-size: 1.5em;
}
.detail .back {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	border-bottom: 1px #ccc dashed;
	padding-top: 1em;
	padding-bottom: 2em;
}
.prevnext {
	margin-top: 50px;
	margin-bottom: 50px;
}
.back {
	margin-bottom: 20px;
}
.prevnext a {
	color: #00770f;
}
.thisnav a {
	color: #999;
}
.pagetitle {
	position: absolute;
	z-index: 11;
	background: #00770f;
	width: 200px;
	height: 80px;
	color: #fff;
	font-size: 30px;
	margin-top: -30px;
	padding-top: 0.6em;
}
.glyphicon-th-list {
	display: none;
}

.fl_l{
	float: left;
	text-align:right;
}
.fl_l li a{
	text-align: center;
	display: block;
	color: #505050;
	font-size: 18px;
	line-height: 60px;
}
.fl_l li.active a{
	color: #000;
	font-weight:bold;
	text-decoration:underline;
}
.fl_r{
}
.fl_r li{
	margin-bottom: 30px;
	background: #fff;
	font-size: 50px;
	line-height: 300px;
	display: block;
	text-align: center;
}

.view {
	display: inline;
	float: left;
	height:100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	border:1px #efefef solid;
	background: #fff url(../images/bgimg.jpg) no-repeat center center
}
.view .mask, .view .content {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	height:100%;
}
.view img {
	display: block;
	position: relative
}
.view h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 10px;
	background: rgba(0,0,0,.8);
	margin: 20px 0 0
}
.view p {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 10px 20px 20px;
	text-align: center
}
.view a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000
}
.view a.info: hover {
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000
}

.view-third img {
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in
}
.view-third .mask {
	background-color: rgba(0,0,0,.6);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: translate(460px, -100px) rotate(180deg);
	-moz-transform: translate(460px, -100px) rotate(180deg);
	-o-transform: translate(460px, -100px) rotate(180deg);
	-ms-transform: translate(460px, -100px) rotate(180deg);
	transform: translate(460px, -100px) rotate(180deg);
	-webkit-transition: all .2s .4s ease-in-out;
	-moz-transition: all .2s .4s ease-in-out;
	-o-transition: all .2s .4s ease-in-out;
	-ms-transition: all .2s .4s ease-in-out;
	transition: all .2s .4s ease-in-out
}
.view-third h2 {
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.view-third p {
	margin-top:30%;
	-webkit-transform: translateX(300px) rotate(90deg);
	-moz-transform: translateX(300px) rotate(90deg);
	-o-transform: translateX(300px) rotate(90deg);
	-ms-transform: translateX(300px) rotate(90deg);
	transform: translateX(300px) rotate(90deg);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.view-third a.info {
	-webkit-transform: translateY(-200px);
	-moz-transform: translateY(-200px);
	-o-transform: translateY(-200px);
	-ms-transform: translateY(-200px);
	transform: translateY(-200px);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.view-third:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px)
}
.view-third:hover h2 {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	-o-transition-delay: .5s;
	-ms-transition-delay: .5s;
	transition-delay: .5s
}
.view-third:hover p {
	-webkit-transform: translateX(0px) rotate(0deg);
	-moz-transform: translateX(0px) rotate(0deg);
	-o-transform: translateX(0px) rotate(0deg);
	-ms-transform: translateX(0px) rotate(0deg);
	transform: translateX(0px) rotate(0deg);
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	-o-transition-delay: .4s;
	-ms-transition-delay: .4s;
	transition-delay: .4s
}
.view-third:hover a.info {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s
}

.view-tenth img {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	-ms-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out
}
.view-tenth .mask {
	background-color: rgba(255,231,179,.3);
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	-ms-transition: all .5s linear;
	transition: all .5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0
}
.view-tenth h2 {
	border-bottom: 1px solid rgba(0,0,0,.3);
	background: 0 0;
	margin: 20px 40px 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	color: #333;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	-ms-transition: all .5s linear;
	transition: all .5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0
}
.view-tenth p {
	color: #333;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	-ms-transition: all .5s linear;
	transition: all .5s linear
}
.view-tenth a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	-ms-transition: all .5s linear;
	transition: all .5s linear
}
.view-tenth:hover img {
	-webkit-transform: scale(10);
	-moz-transform: scale(10);
	-o-transform: scale(10);
	-ms-transform: scale(10);
	transform: scale(10);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0
}
.view-tenth:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1
}
.view-tenth:hover h2, .view-tenth:hover p, .view-tenth:hover a.info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1
}




/* Common style */
.row figure {
	position: relative;
	float: left;
	overflow: hidden;
/*	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;*/
	text-align: center;
	cursor: pointer;
}

.row figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
/*	opacity: 0.8;
*/}

.row figure figcaption {
/*	padding: 2em;
*/	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.row figure figcaption::before,
.row figure figcaption::after {
	pointer-events: none;
}

.row figure figcaption,
.row figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.row figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.row figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.row figure h2 span {
	font-weight: 800;
}

.row figure h2,
.row figure p {
	margin: 0;
}

.row figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
/*	opacity: 0.7;
*/	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	height: 40%;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}




.mtb01 { margin-top:30px; margin-bottom:50px; }
.mtb02 { margin-top:20px; margin-bottom:30px; }
.mtb03 { margin-top:50px; margin-bottom:50px; }
.mb01 { margin-bottom:50px; }
.ml01 { margin-left:15px; }
.mtb04 { margin-top:50px; margin-bottom:50px; }
.pdesc { font-size:16px; color:#505050; font-weight:100; }
.hprotitle { margin-top:20px; margin-bottom:20px; padding-left:15px; padding-right:15px; }
.h-pro-con { padding-left:15px; padding-right:15px; }
.h-pro-con h1 { font-size:20px; font-weight:bold; }
.h-main-title { font-size:38px; text-align:left }

.location { margin-top:10px; }

.tlogo { margin-top:0px; }
.tlogo img { margin-top:8px; }
.topcompany p { font-size:24px; font-weight:bold; }
.topcompany p:nth-child(2) { font-size:23px; }
.topcompany p:nth-child(1) { margin-top:20px; font-weight:bold; font-size:33px; text-align:left; text-indent:16px; }

.topad p:nth-child(1) { font-size:36px; font-weight:bold; }
.topad p:nth-child(2) { font-size:20px; font-weight:bold; letter-spacing: 5px; }



.pro-r-area .col-sm-6:nth-child(1) { margin-bottom:30px; }
.pro-r-area .col-sm-6:nth-child(2) { margin-bottom:30px; }

.promenulist { margin-top:50px; margin-bottom:30px; }
.gallerymenu .col-sm-2 { margin-bottom:30px; }


.leftmenu h1 {
	color: #000;
	font-size: 36px;
	margin: 20px 0 30px 0;
	text-align: left;
	font-weight: bold;
}
.leftmenu h1::after {
	background: #000 none repeat scroll 0 0;
	content: "";
	display: block;
	height: 1px;
	margin: 15px 0px 0px 0px;
	width:50px;
}
.leftmenu ul li a { font-size:16px; }


.prolist img {
  max-width: 100%;
  height: auto;
  transform: scale(1);
  transition: transform 1s ease 0s;
}
 
.prolist img:hover {
  transform: scale(1.05);
}  
.prolist p { font-size:16px; line-height:35px; margin-top:15px; }
.prolist .col-sm-4 { margin-bottom:20px; }

.gallery-top { margin-bottom:20px; }

.DetailT h1 { margin-top:0; }
.detailpanel { margin-top:50px; margin-bottom:50px; }


.detailpanel .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; font-size:18px;
}

.detailpanel .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd; font-size:18px;
}

.detailpanel .nav-tabs > li.active > a,
.detailpanel .nav-tabs > li.active > a:hover,
.detailpanel .nav-tabs > li.active > a:focus {
  color: #000;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent; font-size:18px;
}

.detailpanel .tab-pane { padding-top:30px; padding-bottom:30px; text-align:left; }


.related h2 {
	color: #000;
	font-size: 36px;
	margin: 20px 0 50px 0;
	text-align: center;
	font-weight: bold;
}
.related h2::after {
	background: #000 none repeat scroll 0 0;
	content: "";
	display: block;
	height: 1px;
	margin: 15px  auto 0px auto;
	width:50px;
}
.qualitymenulist { margin-top:50px; margin-bottom:50px; }
.qualitymenulist .col-sm-8 { margin-bottom:30px; }
.qualitymenulist .first { margin-bottom:30px; }

.about-r-list .col-sm-6:nth-child(1) { margin-bottom:30px; }
.about-r-list .col-sm-6:nth-child(2) { margin-bottom:30px; }

.companydesc { margin-bottom:30px; }
.companyfactory { margin-top:50px; }
.companyfactory h1 { margin-bottom:50px; }
.factorypic .col-sm-4 { margin-bottom:30px; }

.ctform .col-sm-12 {}

.affix { width:100%; z-index:9999; top:0;}
header.affix { background:#fff; margin-top:0; -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.4);
box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.4);}

.bgmenu { background:#00770f; }
.ftmenu { text-align:center; padding-top:5px; padding-bottom:5px; }
.ftmenu a { display:inline-table; padding-left:15px; padding-right:15px; line-height:40px; color:#efefef; font-size:16px; }
.ftmenu a:Hover { color:#fff; }


.ftdesc { margin-top:30px; margin-bottom:50px; }
.ftdesc h3 { font-size:20px; font-weight:bold; }
.l-phone { font-size:20px; background:#000; padding-bottom:80px; }
.l-phone p { padding-left:20px; margin-bottom:25px; }
.l-phone span { color:#900; }
.l-phone p:nth-child(1) { margin-top:50px; }

.caselist p { line-height:30px; margin-top:15px; }
.caselist .col-sm-3 { margin-bottom:15px; }
.caselist .thumbnail:hover { border:1px #00770f solid; }

.tabbar { border-bottom:1px solid #ddd; padding-bottom:15px; }


/*首页板块*/

.index_title {
	text-align: center;
}
.index_title p {
	font-size: 40px;
	font-weight: 700;
	color: #111;
	line-height: 45px;
}
.index_title span {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	color: #999;
	line-height: 30px;
}

/*Home产品*/

.index_pro {
	width: 100%;
	padding: 90px 0;
}
/* 一级分类切换css */

.slideTxtBox {
	width: 100%;
	text-align: left;
	margin-top: 30px;
}
.slideTxtBox .hd {
	position: relative;
	clear: both;
	width: 100%;
	text-align: center;
	height: 50px;
}
.slideTxtBox .hd ul {
}
.slideTxtBox .hd ul li {
	display: inline-block;
	width: 200px;
	height: 49px;
	line-height: 42px;
	font-size: 16px;
}
.slideTxtBox .hd ul li:hover {
	cursor: pointer;
}
.slideTxtBox .hd ul li.on {
	color: #fff;
	background: url(../images/bj02.png) no-repeat;
}
/*二级分类滚动*/



.picScroll-left {
	width: 1200px;
	position: relative;
	margin: 0 auto;
}
.picScroll-left .hd02 {
}
.picScroll-left .hd02 .prev {
	display: block;
	width: 72px;
	height: 40px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 327px;
	left: 432px;
	background: url(../images/proleft.jpg) no-repeat 0 0px;
}
.picScroll-left .hd02 .next {
	display: block;
	width: 72px;
	height: 40px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 327px;
	right: 432px;
	background: url(../images/proleft.jpg) no-repeat -72px 0px;
}
.picScroll-left .hd02 ul {
	float: right;
	overflow: hidden;
	zoom: 1;
}
.picScroll-left .bd02 {
	margin-top: 45px;
}
.picScroll-left .bd02 ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left .bd02 ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	width: 582px;
	height: 284px;
	border: 1px solid #eee;
	padding: 2px;
	margin-right: 23px;
}
.picScroll-left .bd02 ul li .embj {
	background: #f9f9f9;
	width: 100%;
	height: 100%;
}
.picScroll-left .bd02 ul li .pic {
	float: left;
	width: 238px;
	height: 238px;
	overflow: hidden;
	margin: 23px;
}
.picScroll-left .bd02 ul li .pic img {
	width: 100%;
	height: 100%;
}
.picScroll-left .bd02 ul li .pic_right {
	float: left;
	width: 266px;
}
.picScroll-left .bd02 ul li .pic_right p {
	font-size: 22px;
	color: #333;
	width: 95%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 30px 0 15px 0;
}
.picScroll-left .bd02 ul li .pic_right span {
	font-size: 16px;
	color: #00770f;
}
.picScroll-left .bd02 ul li .pic_right .xian {
	width: 188px;
	height: 1px;
	background: #e1e1e1;
	margin-top: 15px;
}
.xiliproducts {
	width: 100%;
	clear: both;
	padding-top: 8px;
}
.xiliproducts a {
	display: block;
	line-height: 28px;
	color: #777777;
	font-size: 14px;
	width: 260px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.more_products {
	width: 115px;
	height: 30px;
	border-radius: 5px;
	background: #00770f;
	text-align: center;
	margin-top: 10px;
}
.more_products a {
	display: block;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
}
.fenlei_url {
	width: 158px;
	height: 38px;
	text-align: center;
	border: 1px solid #ededed;
	margin: 54px auto 0 auto;
}
.fenlei_url a {
	display: block;
	color: #aeaeae;
	line-height: 38px;
	text-transform: uppercase;
}
.fenlei_url a:hover {
	background: #00770f;
	color: #fff;
}

/*应用领域 & 效果实例*/

.blue {
	color: #00770f;
}
.index_title03 {
	text-align: center;
}
.index_title03 p {
	font-size: 40px;
	font-weight: 700;
	color: #111;
	line-height: 45px;
}
.index_title03 span.emmm {
	display: block;
	font-size: 16px;
	color: #666;
	width: 580px;
	line-height: 26px;
	margin: 0 auto;
	padding-top: 10px;
}
.index_yingyong {
	padding: 90px 0 40px 0;
	background: #f5f5f5;
}
.slideTxtBox02 {
	margin-top: 45px;
	background: #fff url(../images/bj06.jpg) no-repeat center bottom;
	padding-bottom: 70px;
}
.slideTxtBox02 .hd {
	overflow: hidden;
}
.slideTxtBox02 .hd ul li {
	display: block;
	float: left;
	width: 171px;
	height: 58px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	background: url(../images/bj04.jpg) repeat-x;
	color: #fff;
}
.slideTxtBox02 .hd ul li.on {
	color: #fff;
	background: url(../images/bj05.jpg) no-repeat center bottom;
}
.slideTxtBox02 .hd ul li:hover {
	cursor: pointer;
}
.yyvs {
	position: relative;
/*	width: 1120px;
*/	height: 405px;
	overflow: hidden;
	padding: 40px;
}
.yyvs img {
	display: block;
	width: 540px;
	height: 406px;
}
.yyvs img.qxvs {
	width: 194px;
	height: 194px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -93px 0 0 -100px;
}

/* 清洗设备 */
.Product{padding: 50px 0 70px;/*background-color: #f2f2f2;*/position: relative;}

.ProductCon{margin-top: 40px;}

.ProductNav{text-align: center;}
.ProductNav ul li{display: inline-block;*display: inline;*zoom: 1;font-size: 16px;line-height: 45px;padding: 0 10px;margin: 0 5px;}
.ProductNav ul li a{display: block;color: #333;}
.ProductNav ul li.on {background-color: #00770f;}
.ProductNav ul li.on a{color: #fff;}

.ProductBox{margin-top: 40px;}

.ProductLeft{width: 461px;height: 545px;overflow: hidden;position: relative;}
.ProductLeft a{display: block;width: 461px;height: 545px;overflow: hidden;}
.ProductLeft a img{display: block;width: 461px;height: 545px;transition: .8s;}
.ProductLeft:hover a img{transform: scale(1.1);}
.ProductLeft p{font-weight: normal;color: #fff;font-size: 14px;text-align: center;background: url(../images/ProductText.png) no-repeat center center;width: 70px;height: 45px;display: block;position: absolute;right: 0;top: 60px;line-height: 20px;padding-top: 5px;}

.ProductRight{/*width: 730px;*/height: 800px;overflow: hidden;}
.ProductRight ul{margin-left: -10px;margin-top: -10px;}
.ProductRight ul li{float: left;border: 1px #f2f2f2 solid;margin-left: 25px; margin-right:10px; margin-top: 10px;}
.ProductRight ul li:hover{border: 1px #00770f solid;}
.ProductRight ul li span{width: 358px;height: 320px;display: block;overflow: hidden;}
.ProductRight ul li span img{display: block;width: 300px;height: 300px;transition: .8s;}
.ProductRight ul li:hover span img{transform: scale(1.1);}
.ProductRight ul li p{height: 40px;line-height: 40px;padding: 0 50px 0 20px;font-size: 14px;color: #333;background: #fff url(../images/CaseIcon01.png) no-repeat 325px center;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;border-top:1px #ddd solid;}
.ProductRight ul li:hover p{background: #00770f url(../images/CaseIcon02.png) no-repeat 325px center;color: #fff;}
/* 清洗设备 End */

/*关于我们*/
.index_about{
	padding: 100px;
	background: url(/UploadSysFiles/Images/aboutbj.jpg) no-repeat center top fixed;
	margin-top:60px;
}
.index_title02{
	text-align: center;
}
.index_title02 h3{
	font-size: 35px;
	color: #fff;
}
.index_title02 p{
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	line-height: 30px;
	padding-bottom: 10px;
}
.inabout01{
	overflow: hidden;
	margin: 55px 0 10px 0;
}
.inabout01 .pic{
	float: left;
	width: 543px;
	height: 362px;
	overflow: hidden;
}
.inabout01 .pic img{
	width: 543px;
	height: 362px;
}
.inabout01 .wen{
	width: 610px;
	float: right;
	color: #fff; font-size:16px; line-height:25px;
}
.inabout01 .wen p{
	font-size: 24px;
	color: #fff;
	padding: 15px 0 15px 0;
}
.inabout01 .wen .note{
	font-size: 15px;
	line-height: 30px;
	padding: 0 0 20px 0;
	border-bottom: 2px solid rgba(255,255,255,.3);
}
.inabout01 .wen .lianjie{
	overflow: hidden;
}
.inabout01 .wen .lianjie a{
	display: block;
	float: left;
	width: 25%;
}
.inabout01 .wen .lianjie a img{
	display: block;
	margin: 30px auto 0 auto;
}
.inabout01 .wen .lianjie a span{
	font-size: 15px;
	text-align: center;
	display: block;
	color: #fff;
	line-height: 35px;
}

/* news */

/*新闻*/

.news {
	background: #fff;
	padding: 100px 0;
	width: 100%;
}
.news .conright {
	width: 580px;
}
.conbox{
	overflow: hidden;
	margin-top: 30px;
}
.newsslideTxtBox02 {
	text-align: left;
}
.newsslideTxtBox02 .hd {
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #e9e9e9;
}
.newsslideTxtBox02 .hd ul {
	display: block;
	width: 370px;
	float: left;
}
.newsslideTxtBox02 .hd ul li {
	float: left;
	font-size: 18px;
	color: #333;
	margin-right: 15px;
	font-weight: bold;
	display: block;
	width: 90px;
	line-height: 50px;
}
.newsslideTxtBox02 .hd ul li.on a {
	color: #00770f;
	border-bottom: 3px solid #00770f;
	
}
.newsslideTxtBox02 .hd ul li a{
	line-height: 50px;
	height: 50px;
    display: block;
}

.newsslideTxtBox02 .hd span {
	float: right;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	width: 70px;
	height: 27px;
	text-align: center;
	line-height: 27px;
	background: #e9e9e9;
	border-radius: 10px;
	margin-top: 12px;
}
.newsslideTxtBox02 .hd span a{
	display: block;
	
}
.newsslideTxtBox02 .bd {
	clear: both;
	overflow: hidden;
}
.newsslideTxtBox02 .bd dl {
	margin-top: 30px;
	padding-left: 181px;
	color: #fff;
	position: relative;
	background: #f6f6f6;
	height: 126px;
	margin-bottom: 20px;
}
.newsslideTxtBox02 .bd dl dt {
	width: 181px;
	height: 126px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.newsslideTxtBox02 .bd dl dt img {
	display: block;
	width: 181px;
	height: 126px;
	transition: all 0.5s;
}
.newsslideTxtBox02 .bd dl dd.dd1 {
	padding-top: 25px;
	margin-left: 25px;
	width: 315px;
	font-size: 16px;
	margin-bottom: 15px;
	color: #333;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newsslideTxtBox02 .bd dl dd.dd2 {
	font-size: 13px;
	line-height: 20px;
	margin-left: 25px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	height: 74px;
	margin-bottom: 0px;
	width: 315px;
	color: #999;
}
.newsslideTxtBox02 .bd dl dd.dd3 {
	text-align: right;
	width: 260px;
	margin-left: 25px;
	font-style: italic;
	color: #fff;
}
.news .conright ul {
}
.newsslideTxtBox02 .bd li {
	overflow: hidden;
	position: relative;
	font-size: 14px;
	height: 50px;
	background: url(../images/newsli.jpg) no-repeat 0 20px;
	padding-left: 15px;
	border-bottom: 1px dashed #eee;
}
#c1, #h1 { display:none; }

.newsslideTxtBox02 .bd li a {
	float: left;
	width: 380px;
	color: #1e1e1e;
	white-space: nowrap;
	overflow: hidden;
	line-height: 50px;
	text-overflow: ellipsis;
}
.newsslideTxtBox02 .bd li span {
	float: right;
	font-size: 14px;
	color: #ccc;
	line-height: 50px;
}
.newsslideTxtBox02 .bd li:hover a {
	color: #00770f;
}
.newsslideTxtBox02 .bd dl:hover dt img {
	transform: scale(1.1);
}
.conleft {
	width: 576px;
	float: right;
}
.conleft .con_top {
	overflow: hidden;
	position: relative;
	    border-bottom: 1px solid #e9e9e9;
}
.conleft .con_top p{
	display: block;
	    width: 90px;
   height: 53px;
	float: left;
}
.conleft .con_top p a{
	    color: #666;
	font-size: 18px;
	font-weight: 700;
	line-height: 50px;
	display: block;
    border-bottom: 3px solid #00770f;
}
.conleft .con_top span{
    float: right;
    font-size: 14px;
    color: #666;
    font-weight: bold;
    width: 70px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    background: #e9e9e9;
    border-radius: 10px;
    margin-top: 12px;
	display: block;
}
.conleft .con_top span a {
    display: block;
}
.jszhic img{
	width: 576px;
	height: 126px;
	display: block;
	margin: 30px 0 20px 0;
}
.jszhic ul{
	
}

.jszhic ul li {
    overflow: hidden;
    position: relative;
    font-size: 14px;
    height: 50px;
    background: url(../images/newsli.jpg) no-repeat 0 20px;
    padding-left: 15px;
    border-bottom: 1px dashed #eee;
}
.jszhic ul li a {
    float: left;
    width: 380px;
    color: #1e1e1e;
    white-space: nowrap;
    overflow: hidden;
    line-height: 50px;
    text-overflow: ellipsis;
}
.jszhic ul li span {
    float: right;
    font-size: 14px;
    color: #ccc;
    line-height: 50px;
}
.jszhic ul li a:hover{
	color: #00770f;
}


/* partner */
.partner{width: 100%;height: 420px;background: url(/UploadSysFiles/Images/partnerBg.jpg) no-repeat center;}
.partner .title{width: 100%;text-align: center;padding-top: 50px;}

.partner .title i{display: inline-block;position: relative;top: -5px;}
.partner .title i.xianL{margin-right: 22px;}
.partner .title i.xianR{margin-left: 22px;}

.partner .title h2{font-size: 36px;color: #bf1010;font-weight: lighter;}
.partner .title h2 span{font-weight: bold;}
.partner .title p{font-size: 14px;color: #666666;text-transform: uppercase;letter-spacing:1px;margin-top: 4px;}
.partner .conBox{width: 100%;position: relative;margin-top: 40px;}
.partner .conBox ul{width: 105%;}
.partner .conBox li{width: 230px;float: left;margin-right: 12px;text-align: center;}
.partner .conBox li img{display: block;margin-bottom: 22px;}
.partner .conBox li span{font-size: 16px;color: #232323;display: block;}
.partner .conBox li a{display: block;text-decoration: none;}
.partner .conBox i{position: absolute;display: block;width: 18px;height: 35px;top: 40px;cursor: pointer;}
.partner .conBox i.prev{left: -64px;}
.partner .conBox i.next{right: -64px;}





/*关于我们底切换*/
.i-lun-type-2-c{background: rgba(255,255,255,0.6);box-sizing: border-box;padding: 30px 20px 20px 20px;}
.four-t li{width: 250px;float: left;margin-left: 110px; list-style-type:none; }
.four-t-li-l{width: 50px;height: 50px;float: left;border-radius: 50%;background: #d2d2d2;background-repeat: no-repeat;
    background-position: center;}
.four-t-li-r{float: left;margin-left: 15px; font-weight:bold; font-size:16px;}
.four-t-li-r p{white-space: nowrap;text-align: left;}
.four-t-li-r .p1{color: #555353;margin-top: 3px;}
.four-t-li-r .p2{color: #555353;font-size: 14px;font-weight: lighter;margin-top: 2px;}

.four-t li:nth-child(1) .four-t-li-l{background-image: url("../images/l2-1.png");}
.four-t li:nth-child(2) .four-t-li-l{background-image: url("../images/l2-2.png");}
.four-t li:nth-child(3) .four-t-li-l{background-image: url("../images/l2-3.png");}
.four-t li:nth-child(4) .four-t-li-l{background-image: url("../images/l2-4.png");}

.four-t li[data=xz] .four-t-li-l{background-color: #00770f; font-size:16px; font-weight:bold;}
.four-t li[data=xz] .four-t-li-r .p1{color: #00770f; font-size:16px; font-weight:bold; }
.four-t li[data=xz] .four-t-li-r .p2{color: #00770f;; font-size:16px; font-weight:bold;}


.i-lun-con-son-four{display: none}
.swiper-four a{display: block;width: 100%;box-sizing: border-box;border: 1px solid #ddd;overflow: hidden;padding-bottom: 0px;position: relative;}
.swiper-four a .i{width: 100%;height: 200px;border-bottom: 0px solid red;}
/**/
.i-lun-con-four{position: relative;}

.i-lun-con-son-four .swiper-button-prev-ca-i{width: 38px;height: 75px;background:rgba(0,0,0,0.5) url("../images/ppp-1.png") center no-repeat;left: -70px;
    background-size: 20px!important;
    transition: 0.3s;-moz-transition:0.3s;
    -webkit-transition:0.3s;
    -o-transition:0.3s;
}
.i-lun-con-son-four .swiper-button-next-ca-i{width: 38px;height: 75px;background:rgba(0,0,0,0.5) url("../images/ppn-1.png") center no-repeat;right: -70px;
    background-size: 20px!important;transition: 0.3s;-moz-transition:0.3s;
    -webkit-transition:0.3s;
    -o-transition:0.3s;}
.i-lun-con-son-four .swiper-button-prev-ca-i:hover{width: 38px;height: 75px;background:rgba(0,0,0,0.8) url("../images/ppp-1.png") center no-repeat;left: -70px;
    background-size: 20px!important;}
.i-lun-con-son-four .swiper-button-next-ca-i:hover{width: 38px;height: 75px;background:rgba(0,0,0,0.8) url("../images/ppn-1.png") center no-repeat;right: -70px;
    background-size: 20px!important;}



/**/
.swiper-four a:hover .i img{transform: scale(1.06);-webkit-transform: scale(1.06);}

/*定制流程*/
.liucheng_main{
	width: 93%;
	overflow: hidden;
	margin: 25px auto 0 auto;
}
.liuc01{
	width: 185px;
	float: left;
	text-align: center;
}

.liuc01 p{
	font-size: 22px;
	color: #333;
}
.liuc01 span{
	font-size: 14px;
	color: #666;
}

/*产品优势 */
.index_baozhang{
	padding: 100px 0;
	background:#f2f2f2;
	overflow: hidden;
}
.inbz01{
	width: 280px;
	float: left;
	margin-right: 26px;
	height: 319px;
	margin-top: 50px;
}
.inbz02{
	width: 280px;
	float: left;
	height: 319px;
	margin-top: 50px;
}
.inbz01 .pic, .inbz02 .pic{
	width: 280px;
	height: 166px;
	overflow: hidden;
}
.inbz01 .pic img, .inbz02 .pic img{
	width: 280px;
	height: 166px;
}
.inbz01 .wen, .inbz02 .wen{
	text-align: center;
	background: #fff;
	padding: 35px 25px;
}
.inbz01 .wen p, .inbz02 .wen p{
	font-size: 22px;
	color: #333;
	padding-bottom: 20px;
}
.inbz01 .wen span ,.inbz02 .wen span{
	color: #999;
}
.inbz01:hover .wen,.inbz02:hover .wen{
	background: #00770f;
	color: #fff;
}
.inbz01:hover .wen p,.inbz02:hover .wen p{
	color: #fff;
}
.inbz01:hover .wen span,.inbz02:hover .wen span{
	color: #fff;
}

.footer {
	padding-top: 45px;
	background: #122034;
}
.footer .yqlj{
	line-height: 24px;
	padding-bottom: 10px; text-align:left; color:#888;
}
.footer .yqlj a{
	display: inline-block;
	margin-right: 5px;
	color:#888;
}
.footer .yqlj a:hover{
	color: #0074c4 !important;
}
.footer .main1 {
	border-bottom: 1px solid #636363;
}

.footer .main1>.w1200>div {
	width: 50%;
}

.f-left { float:left; text-align:left;}
.footer .f-left .footer-nav>li~li {
	margin-left: 32px;
}

.footer .f-left .footer-nav>li:last-child {
/*	float: right;
*/}

.footer .f-left .footer-nav>li {
	display: inline-block;
	float: left;
}

.footer .f-left .footer-nav>li>a {
	font-size: 20px;
	color: #fff;
	opacity: 0.7;
	cursor: auto;
}

.footer .f-left .footer-nav>li hr {
	width: 15px;
	height: 2px;
	display: block;
	border: 0;
	margin: 20px 0;
	background: #636363;
}

.footer .f-left .footer-main {
	overflow: hidden;
}

.footer .f-left .footer-main>li {
	display: block;
	line-height: 25px;
}

.footer .f-left .footer-main>li>a {
	color: #999;
	font-size: 14px;
	width: 100%;
}

.footer .f-left .footer-main>li:hover>a {
	color: #006eba;
	padding-left: 5px;
}

.footer .main1 .f-right {
	padding-bottom: 40px;
}
.footer .f-right{
	text-align: right;
}

.footer .f-right .wx {
	border: 1px solid #dcdcdc;
	padding: 7px;
	display: inline-block;
}
.footer .f-right .wx img { width:180px; }
.footer-tel {
	font-size: 36px;
	font-family: impact;
	color: #999;
	margin-top: 20px;
	margin-bottom: 15px;
	transition: .3s;
}
.footer-tel:hover{
	color: #006eba;
}

.footer-txt {
	color: #636363;
	font-size: 14px;
	line-height: 25px;
}

.footer .main2 {
	height: 68px;
	line-height: 68px;
}

.footer .main2>.w1200>div {
	width: 50%;
}

.footer .main2 a,
.footer .main2 p {
	font-size: 14px;
	color: #636363;
	display: inline-block;
}

.footer .main2 a:hover {
	color: #006eba;
}

/*产品左侧*/
.InpageSidebar01 {
	width: 270px;
	float: left;
}
.InpageSidebar01 .top {
	width: 100%;
	height: 80px;
	background: #00770f;
}
.InpageSidebar01 .top h2 {
	height: 80px;
	text-indent: 28px;
	background: url(../images/InpageSidebar01_icon01.png) no-repeat 218px center;
	line-height: 80px;
	font-size: 24px;
	color: #fff;
	font-weight: normal;
}
.InpageSidebar01 .top h2 a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.InpageSidebar01 .classify .box {
	border: 1px solid #e4e4e4;
	border-top: none;
	position: relative;
}
.InpageSidebar01 .classify .box:first-child {
	border-top: 1px solid #e4e4e4;
}
.InpageSidebar01 .classify dl {
	padding: 14px 19px 18px 30px;
}
.InpageSidebar01 .classify dt {
	font-size: 20px;
	color: #333333;
	background: url(../images/mub02_jt03.png) no-repeat 194px 6px;
	margin-bottom: 14px;
}
.InpageSidebar01 .classify dt a {
	color: #333333;
}
.InpageSidebar01 .classify dd p {
	border-left: 1px solid #e4e4e4;
	height: 35px;
	line-height: 35px;
}
.InpageSidebar01 .classify dd p a {
	font-size: 15px;
	color: #333333;
	display: block;
	text-indent: 16px;
	text-decoration: none;
}
.InpageSidebar01 .classify .box i {
	display: none;
	width: 3px;
	height: 100%;
	position: absolute;
	left: -1px;
	top: 0;
	background: #00770f;
}
.InpageSidebar01 .classify .box:hover {
	background: #f5f5f5;
}
.InpageSidebar01 .classify .box:hover i {
	display: block;
}
.InpageSidebar01 .classify .box:hover dt a, .InpageSidebar01 .classify .box dt.cur a {
	color: #00770f;
	display: block;
	text-decoration: none;
}
.InpageSidebar01 .classify .box:hover dt {
	background: url(../images/mub02_jt04.png) no-repeat 194px 6px;
	font-weight: bold;
}
	
.InpageSidebar01 .classify dd p:hover a, .InpageSidebar01 .classify dd p.cur a {
	color: #fff;
}
.InpageSidebar01 .classify dd p:hover, .InpageSidebar01 .classify dd p.cur {
	background: url(../images/mub02_jt02.png) no-repeat 194px center #00770f;
}
.InpageSidebar01 .sidebarLinkUs {
	border: 1px solid #e4e4e4;
	margin-top: 20px;
	padding: 0 19px 26px;
	margin-bottom: 20px;
}
.InpageSidebar01 .sidebarLinkUs h3 {
	font-size: 18px;
	color: #00770f;
	font-weight: normal;
	height: 59px;
	line-height: 59px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 18px;
	text-indent: 10px;
}
.InpageSidebar01 .sidebarLinkUs p {
	font-size: 14px;
	color: #333333;
	margin-bottom: 12px;
	line-height: 20px;
	padding: 0 10px;
}
.InpageSidebar01 .sidebarLinkUs .zxzx {
	display: block;
	width: 200px;
	height: 50px;
	overflow: hidden;
	background: #00770f;
	text-decoration: none;
	margin-top: 36px;
}
.InpageSidebar01 .sidebarLinkUs .zxzx span {
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	border-right: 1px solid #fff;
	background: url(../images/zxzx_icon01.png) no-repeat center;
}
.InpageSidebar01 .sidebarLinkUs .zxzx em {
	display: block;
	width: 149px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	float: left;
}
.InpageSidebar01 .sidebarLinkUs .zxzx em img {
	display: inline-block;
*display: inline-block;
	position: relative;
	top: 2px;
	margin-left: 8px;
}
/* InpageSidebar02 侧栏导航2公共样式*/

.InpageSidebar02 .classify {
	border: 1px solid #e4e4e4;
	border-top: none;
	position: relative;
	background: #f5f5f5;
}
.InpageSidebar02 .classify li {
	height: 58px;
	border-top: 1px solid #e4e4e4;
	text-indent: 28px;
	font-size: 15px;
	color: #333333;
	line-height: 58px;
	background: url(../images/mub02_jt03.png) no-repeat 224px center;
}

.InpageSidebar02 .classify li.onthis {background: url(../images/mub02_jt04.png) no-repeat 224px center;
	font-weight: bold; color:#00770f; }



.InpageSidebar02 .classify li a {
	color: #333333;
	display: block;
	text-decoration: none;
}
.InpageSidebar02 .classify li:hover, .InpageSidebar02 .classify li.cur {
	background: url(../images/mub02_jt04.png) no-repeat 224px center #f5f5f5;
}
.InpageSidebar02 .classify li:hover a, .InpageSidebar02 .classify li.cur a {
	color: #00770f;
	font-weight: bold;
}
.InpageSidebar02 .classify i {
	display: block;
	width: 3px;
	background: #00770f;
	position: absolute;
	left: -1px;
	top: 0;
	z-index: 9;
}
.InpageSidebar02 .xgzx {
	border: 1px solid #e4e4e4;
	margin-top: 20px;
	padding: 0 19px 16px;
}
.InpageSidebar02 .xgzx h3 {
	font-size: 18px;
	color: #00770f;
	font-weight: normal;
	height: 59px;
	line-height: 59px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 18px;
	text-indent: 10px;
}
.InpageSidebar02 .xgzx p {
	font-size: 14px;
	color: #333333;
	margin-bottom: 10px;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.InpageSidebar02 .xgzx p a {
	color: #333333;
}
.InpageSidebar02 .xgzx p:hover a {
	color: #00770f;
}

.prodetaildesc { margin-top:20px; margin-bottom:20px; text-align:left;  }
.prodetaildesc span { border-top:2px #096 solid; padding-top:8px; font-size:30px; font-weight:bold; color:#096; }

.yunu-message {
	margin-bottom: 20px;
}

.nll01 {
	background: #f5f5f5;
	padding: 20px;
	margin-bottom: 30px;
}
.nll01 ul {
	margin-top: 10px;
}
.nll01 li {
	line-height: 22px;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 240px;
}
.nll01 .bottom {
	background: #00770f;
	color: #fff;
	padding: 7px 25px;
	margin-top: 20px;
	display: block;
	text-align: center;
}



/*留言*/
.online-msg {
	margin: 81px 0 0;
}
.oMsg-top {
	width: 550px;
	text-align: center;
	margin: 0 auto;
}
.oMsg-top .t1 {
	color: #010101;
	font: 36px/37px Raleway, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.oMsg-top .t2 {
	line-height: 26px;
	font-size: 18px;
	color: #888888;
	margin: 20px 0 0;
}
.oMsg-list {
	width: 102.491694352159468%;
	margin: 28px 0 0 -2.491694352159468%;
}
.oMsg-list li {
	width: 50%;
	padding: 15px 0 15px 2.431118314424635%;
	float: left;
}
.oMsg-list li .text {
	padding: 0 2.797202797202797%;
	height: 50px;
	line-height: 48px;
	border: 1px solid #e5e5e5;
}
.oMsg-list li .text::-webkit-input-placeholder {
color:#b0b0b0;
}
.oMsg-list li.w100 {
	width: 100%;
}
.oMsg-list li textarea.text {
	height: 160px;
	padding: 0 1.331114808652246%;
}
.oMsg-sub {
	display: block;
	width: 270px;
	height: 50px;
	color: #fff;
	font: 16px/50px Raleway, Arial, Helvetica, sans-serif;
	background: #1349b8;
	margin: 0 auto;
}
.oMsg-list li .text:focus {
	outline: 0;
	border-color: #66afe9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

#pro4 { margin-right:0;}









 @media ( min-width: 780px) {
body {
	font-size: 14px;
}
img {
	max-width: 100%;
}
.container {
	width: 1200px;
}
#mbtopmenu {
	display: none;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	animation: 7s ease 0s normal none infinite running fadeBig;
}
@keyframes fadeBig {
0% {
 transform: scale(1);
}
50% {
 transform: scale(1.1);
}
100% {
 transform: scale(1);
}
}
.languagetxt {
	font-size: 18px;
}

.languagelink { display:block; text-align:right;   }
.languagelink p:nth-child(1) { color:#666; font-size:18px; margin-top:20px; }
.languagelink p:nth-child(2) { color:#555; font-size:30px; }


.fl_l { display:block; }
.leftmenu .glyphicon-th-list { display:none; }

#pcwap { display:block; }
#mbmenu { display:none; }
#mbwap { display:none; }
.mbfoot { display:none; }

header { display:block; }
.footer { display:block; }
#pcbanner { display:block; }
#pclocation { display:block; }
.InpageSidebar01 { display:block; }

.ftcompany { color:#999; margin-top:30px; font-weight:bold; font-size:14px; margin-bottom:30px; }
.ftcompany h3 { font-size:16px; font-weight:bold; }
.mblocation { display:none; }

.thumbnail img { max-height:230px; }
.thumbnail  { min-height:300px; }
.f-left { max-width:900px; }

.ftcompany {}
.DetailT h1 { font-size: 18px; font-weight: bold; margin-bottom:20px;}
.DetailT p { margin-top:20px; }
.DetailT p span{ display:inline-table}
.contentbody { text-align:left; }
.locationpro { margin-bottom:10px; }
.tred { color:#ff0000; }
.hotline { background:url('/UploadSysFiles/Images/hotline2.jpg') 20px center no-repeat; padding-left:80px; }
.hotline p { text-align:left; }
.hotline p:nth-child(2) { color:#ff0000; font-weight:bold; font-size:31px;}
.languagelink p:nth-child(1) { margin-bottom:0; }
#topnavmenu { display:none;}

nav#menu { display:none; }
.mbclass { display:none; }

.headerTop { display:block; }
.headerTop p {
	font-size: 13px;
	height: 36px;
	line-height: 36px;
	color: #999999;
	float: left;
}
.headerTop ul {
	float: right;
}
.headerTop li {
	float: left;
	height: 36px;
	line-height: 36px;
}
.headerTop li a {
	font-size: 13px;
	color: #999999;
	border-left: 1px solid #dddddd;
	padding: 0 16px;
}
.headerTop li:first-child a {
	padding-left: 0;
	border-left: none
}
.headerTop li.last a {
	padding-right: 0;
}






}
 @media ( min-width: 1400px) {
#pcmenu .navbar-nav > li > a {
	padding-left: 15px;
	padding-right: 15px;
}
}
 @media ( min-width: 1600px) {
#pcmenu .navbar-nav > li > a {
	padding-left: 25px;
	padding-right: 25px;
}
}
 @media ( min-width: 1920px) {
#pcmenu .navbar-nav > li > a {
	padding-left: 42px;
	padding-right: 42px;
}
}
 @media ( max-width: 780px) {
body {
	font-size: 14px;
}
img {
	max-width: 100%;
}
#pcwap { display:none; }
.navbar-default .navbar-brand {
	color: #333; font-size:14px; text-align:right;
}
#pcmenu .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
	margin-left: 0;
	margin-right: 0;
}
#pcmenu .dropdown-menu > li > a {
	color: #333;
}

header.affix .toplogo img { max-width:30%; }
header.affix .bar7 { display:none; }

.languagelink { display:none; }
#tophead .col-xs-8 { padding-right:0; }

.fl_l { display:none; }
.sociallink { text-align:left; }


.fl_r .col-sm-5 { margin-bottom:15px; }

.pro-r-area .col-sm-6 { padding-left:0; padding-right:0; padding-bottom:15px; }
.leftmenu .glyphicon-th-list { display:inline-block; }
.tabmenu { display:none; }

.DetailT h1 { margin-top:30px; }

.reallist .col-xs-6 { margin-bottom:30px; }

.ctform { margin-bottom:60px; }
.about-r-list .col-sm-6 { padding-left:0; padding-right:0; margin-bottom:30px; }

#mbmenu { display:block; color:#fff; font-size:24px; font-weight:bold; padding-top:8px; padding-bottom:8px; }
#mbmenu a {  }
#mbwap { display:block; }
.navthis { margin-top:20px;  }
.panel-title { text-align:left; }
.panel-title { font-size:18px; font-weight:bold; color:#093; text-align:left; }
.panel-title a { font-size:18px; font-weight:bold; color:#093; }
.navthis span { float:right; }
.navthis a { font-size:14px;}
.mm-menu_offcanvas { z-index:999; }

.mbfoot { display:block; position:fixed; bottom:0; z-index:9999; background:#00770f; color:#fff; width:100%; }
.mbfoot ul li { float:left; width:25%; }
.mbfoot ul li a { color:#fff; }
.mbfoot ul li img { display:block;}
.mmb01 { margin-bottom:50px; }

header { display:none; }
.footer { display:none; }
#pcbanner { display:none; }
#pclocation { display:none; }
.pagecon { padding-left:15px; padding-right:15px; }
.mblocation { margin-bottom:10px; }
.mblocation a { color:#093; }
.InpageSidebar01 { display:none; }

.DetailT h1 { font-size:24px; }
.DetailT h2 { font-size:18px; }
.newslist { margin-bottom:50px; }

.thumbnail p { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
#homeprolist .thumbnail img { height:160px; width:160px;  }
#homeprolist .thumbnail { border:none;  padding: 0;}
.prolist .thumbnail img { height:160px; width:160px; }
.prolist .thumbnail { border:none; padding: 0;}


#homepromo .col-xs-6 { min-height:121px; text-align:left; }
#homepromo .col-xs-6:nth-child(2) { background:#093; color:#fff; padding-left:8px; }
#homepromo .col-xs-6:nth-child(6) { background:#093; color:#fff; padding-left:8px; }
#homepromo .col-xs-6 p { font-weight:bold; margin-top:12px; margin-bottom:5px; }
#homenewstabs .nav-tabs { margin-bottom:5px;}

#homenewstabs .nav-tabs > li.active > a, #homenewstabs .nav-tabs > li.active > a:hover, #homenewstabs .nav-tabs > li.active > a:focus { font-weight:bold; }
.listpager { margin-bottom:50px; }
#topnavmenu { display:block;}

#mbmenu .glyphicon-align-justify { color:#cc0000; font-size: 30px; margin-top: 8px;}

#mbwap .btn-success { background:#00770f; border:#093; border-radius:0;}
#mbwap .btn-success:focus,
#mbwap .btn-success.focus {
  color: #fff;
  background-color: #61cd46;
  border-color: #255625;
}
#mbwap .btn-success:hover {
  color: #fff;
  background-color: #61cd46;
  border-color: #398439;
}



#topnavmenu .btn-success { background:#00770f; border:1px solid #018a12; border-radius:0;}
#topnavmenu .btn-success:focus,
#topnavmenu .btn-success.focus {
  color: #fff;
  background-color: #61cd46;
  border-color: #255625;
}
#topnavmenu .btn-success:hover {
  color: #fff;
  background-color: #61cd46;
  border-color: #398439;
}

.mbclass { display:block; margin-top:10px; }
.mbclass a { margin-left:5px; margin-right:5px; margin-bottom:5px; }

#homepromo { margin-top:30px;}

.newslist li .txt .pic img { display:none; }
.headerTop { display:none; }


}


.homesearch { margin-top:35px; }
.insearch  { margin-top:5px; margin-top:8px; }
.detailcon { margin-top:30px; }

.insearch .btn-success { background-color: #00770f; }
.homesearch .btn-success { background-color: #00770f; }










